←Select platform

IccLookupTableAToBTagType Constructor(int,int,IccTagTypeBase[],IccTagTypeBase[],IccTagTypeBase[],IccColorLookupTableBase,IccMatrix)

Summary

Initializes a new IccLookupTableAToBTagType with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal inputChannels As Integer, _ 
   ByVal outputChannels As Integer, _ 
   ByVal curveB() As Leadtools.Colorconversion.IccTagTypeBase, _ 
   ByVal curveM() As Leadtools.Colorconversion.IccTagTypeBase, _ 
   ByVal curveA() As Leadtools.Colorconversion.IccTagTypeBase, _ 
   ByVal colorLookupTable As Leadtools.Colorconversion.IccColorLookupTableBase, _ 
   ByVal matrix As Leadtools.Colorconversion.IccMatrix _ 
) 

Parameters

inputChannels
Number of input channels.

outputChannels
Number of output channels.

curveB
Array that contains the B curves data of type IccCurveTagType or IccParametricCurveTagType.

curveM
Array that contains the M curves data of type IccCurveTagType or IccParametricCurveTagType.

curveA
Array that contains the A curves data of type IccCurveTagType or IccParametricCurveTagType.

colorLookupTable
Array that contains the CLUT data of type IccColorLookupTable8Bit or IccColorLookupTable16Bit.

matrix
IccMatrix class that contains the Matrix data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly